;;; QQ: 67762207
%100
+10
+11
+15
+53

[@main]
#IF
checkpkpoint 2
#SAY
I do not want people like you to trade ..\\
<Close/@exit>
#ELSESAY
Welcome, what armor to buy? \
<Buy/@buy> Armor \
<S/@sell> Armor \
<Repair/@repair> Armor\\
<Clothing production and decomposition/@ClothesProduce> \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest>\\
<Abandoned/@exit>
[@ClothesProduce]
#CALL [ProduceSystem\Clothes\ClothesMain.txt] @Clothesmain

[@BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 

[@buy]
#SAY
Only occasionally buy clothes, please re-election to a good bar.\\
<Pre-step/@main>

[@sell]
#SAY
If you have no clothes, and I'll buy.\\
<Pre-step/@main>

[@repair]
#SAY
Although my skill is not very skilled, but I can help you repair.\\
<Pre-step/@main>

[~@repair]
#SAY
Repaired, please see Chuan Chuan.\\
<Pre-step/@main>

[goods]


[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
#ACT
Mov D0 1

#IF
Check [102] 1
Check [302] 0

#SAY
<On the task of dialogue./@CALL_AreQuest_15> \
#ACT
Mov D0 1


#IF
!Equal D0 1
#ACT
goto @ NoQuest_Say
break

[@NoQuest_Say]
#SAY
_ Praised the people around the level of my embroidery class, so I opened the drapery stores. Beginning suffered quite a lot, and now Zhongyu Ao passed.\\
_ <Close/@exit>

[@CALL_AreQuest_15]
#CALL [AreaQuest\ChoBoGuide2\ChoBoGuide2.txt] @Basic2_Musa_15

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207